Fix annotations
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 26 Jan 2021 12:54:00 +0000 (12:54 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 26 Jan 2021 12:54:00 +0000 (12:54 +0000)
The arguments are really (inout), not (out).

gdk/gdksurface.c

index d0dbf52b8571c8efa415624299686a44f300782f..52b45edfd19ac73ce4bb12b6a6e666a50dc83314 100644 (file)
@@ -2960,8 +2960,8 @@ gdk_surface_request_motion (GdkSurface *surface)
  * gdk_surface_translate_coordinates:
  * @from: the origin surface
  * @to: the target surface
- * @x: (out): coordinates to translate
- * @y: (out): coordinates to translate
+ * @x: (inout): coordinates to translate
+ * @y: (inout): coordinates to translate
  *
  * Translates the given coordinates from being
  * relative to the @from surface to being relative